home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-06-24 | 940 b | 32 lines | [TEXT/MPS ] |
- #############################################################
- # #
- # File: MakeFile #
- # Version: 1.0 #
- # Author: #
- # Copyright: (c) 1989-1990 by Apple Computer, Inc. #
- # Developer Technical Support Apple II Sample Code #
- # #
- # Description: This file contains the commands needed #
- # to build the Shell CDEV for the IIgs #
- # #
- #-----------------------------------------------------------#
- # #
- # Development History: #
- # #
- # Who Date The Modification #
- # --- -------- ---------------- #
- # #
- #############################################################
-
- CDev ƒƒ makefile CDevCode CDev.r
- RezIIgs CDev.r -o CDev -t "C7 " -c "pdos"
-
- CDev.aii.obj ƒ makefile CDev.aii
- AsmIIgs CDev.aii -o CDev.aii.obj
-
- CDevcode ƒ makefile CDev.aii.obj
- LinkIIgs -x ∂
- -lseg CDev:$1000 ∂
- CDev.aii.obj ∂
- -o CDevcode
-